home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / remind.arc / REMIND.DOC < prev   
Text File  |  1986-10-29  |  5KB  |  103 lines

  1.  
  2.  
  3.  
  4.       Documentation for REMIND.COM  2.1   by Andreas C. Kridiotis, 1985.
  5.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7.  
  8.  
  9.       INTRODUCTION
  10.       ~~~~~~~~~~~~
  11.       This is a program that keeps track of special dates for you
  12.       (e.g. appointments, birthdays, etc.), together with a one-line
  13.       reminder for each date. When you run the program, it searches
  14.       through its database and reminds you of approaching obligations
  15.       by printing the date and the message that you stored with that
  16.       reminder. Old messages are then removed from the database, except
  17.       for 'permanent', or yearly ones, which are recycled.
  18.  
  19.  
  20.       FEATURES
  21.       ~~~~~~~~
  22.       When looking ahead for approaching reminders, the program uses two
  23.       ranges to decide whether to print them: one for ordinary one-time
  24.       reminders, such as appointments, and another for permanent ones.
  25.       The idea is that you would only need to know about your appointment
  26.       with your dentist a couple of days in advance, but you'd rather be
  27.       reminded of your wife's birthday a little earlier, so that you can
  28.       shop around for a present. REMIND lets you specify these ranges
  29.       through a special setup mode. You can also change the display colours,
  30.       as well as choose among three date formats:
  31.  
  32.                  1. European, dd/mm/yyyy      (e.g. 26/4/1985),
  33.                  2. American, mm/dd/yyyy      (e.g. 4/26/1985) or
  34.                  3. Military, dd-MMM-yyyy     (e.g. 26-APR-1985).
  35.  
  36.       When run for the first time, REMIND uses the latter (because it is
  37.       unambiguous). When entering dates in this format, both upper and
  38.       lowercase letters can be used for the month, and all formats allow you
  39.       to omit the first two digits of the year (i.e. '85' is equivalent to
  40.       '1985').
  41.       REMIND also allows you to remove unexpired reminders from the database.
  42.       The user is prompted before a reminder is actually deleted, so that
  43.       accidental removal can be avoided.
  44.  
  45.  
  46.       HOW TO USE IT
  47.       ~~~~~~~~~~~~~
  48.       There are six ways to invoke REMIND:
  49.  
  50.            1. Report mode:     REMIND
  51.  
  52.               This is how you would run REMIND in order to get a list
  53.               of your approaching obligations. The first time it is run,
  54.               REMIND creates a new database file (called REMIND.DAT) and
  55.               gives a short summary of how to use it.
  56.  
  57.            2. Record mode:     REMIND <date> <Message>
  58.               To record a reminder, type the date and the message after
  59.               'REMIND', separated by spaces. To enter a 'permanent'
  60.               reminder, just omit the year (e.g. 2-jul My birthday!).
  61.  
  62.            3. Setup mode:      REMIND/S
  63.               Allows you to change the display colours, the look-ahead
  64.               ranges, and the date format. Note that there is no space
  65.               between 'REMIND' and any option switches.
  66.  
  67.            4. Remove mode:     REMIND/R <date>  or  REMIND/D <date>
  68.               Allows you to remove (delete) an unexpired reminder (in the
  69.               unlikely event that you didn't procrastinate but actually got
  70.               the job done before the deadline). The program will step
  71.               through every reminder matching that date and ask you whether
  72.               you want to delete it.
  73.  
  74.            5. Input mode:      REMIND/I [<filename>]
  75.               This option allows you to enter multiple reminders without
  76.               having to run the program as many times. When a filename is
  77.               specified, REMIND reads the new reminders from that file up to
  78.               the end of the file or a blank line. The reminders should be
  79.               in the same form as when typed on the command line, i.e.
  80.               <date> <message>, and only one per line. Each line is echoed
  81.               to the screen as it is read. If no filename is given, the
  82.               program accepts input from the keyboard.
  83.  
  84.            6. Help mode:       REMIND/?
  85.               When invoked with this option, REMIND prints out a summary of
  86.               this section.
  87.  
  88.  
  89.       TERMS OF USE
  90.       ~~~~~~~~~~~~
  91.           You are encouraged to copy and distribute this program freely,
  92.           provided that you do not alter it in any way or charge any fee
  93.           for it. If you find this program useful, a small donation of $5
  94.           would be appreciated. Please send any donations, comments, bug
  95.           reports, suggestions, etc. to:
  96.  
  97.                          Andreas C. Kridiotis
  98.                          Westgate, Apt. 1001
  99.                          Cambridge, MA. 02139
  100. 
  101.  
  102. t'
  103.               reminder, just omit the yea